home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8605 / 8605.xpi / chrome / skin / default / bar.css < prev    next >
Cascading Style Sheet File  |  2008-11-08  |  651b  |  36 lines

  1. #dAPanel
  2. {
  3.     min-width: 70px;
  4. }
  5.  
  6. #dAPanel.customLook
  7. {
  8.     -moz-appearance: none !important;
  9.     border-width: 1px;
  10.     border-style: solid;
  11. }
  12.  
  13. #dAPanel[showIcon="true"]
  14. {
  15.     padding-left: 20px;
  16.     background: url(chrome://devany/skin/images/devIcon_inactive.gif) no-repeat 5px center;
  17.     min-width: 90px !important;
  18. }
  19.  
  20. #dAPanel[mode="error"][showIcon="true"]
  21. {
  22.     background: url(chrome://devany/skin/images/devIcon_error.gif) no-repeat 5px center;
  23. }
  24.  
  25. #dAPanel[mode="active"][showIcon="true"]
  26. {
  27.     background: url(chrome://devany/skin/images/devIcon.gif) no-repeat 5px center;
  28. }
  29.  
  30.  
  31. #tipTitle
  32. {
  33.     font-weight: bold;
  34.     margin-bottom: 10px;
  35. }
  36.